projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8bd2043
)
Adwaita: Style .toolbar
author
Matthias Clasen
<mclasen@redhat.com>
Mon, 4 May 2020 14:51:11 +0000
(10:51 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Mon, 4 May 2020 14:51:11 +0000
(10:51 -0400)
We don't have GtkToolbar anymore, so we are more likely
to meet a .toolbar style class, than a toolbar element.
gtk/theme/Adwaita/_common.scss
patch
|
blob
|
history
diff --git
a/gtk/theme/Adwaita/_common.scss
b/gtk/theme/Adwaita/_common.scss
index ba1e6738dd83408ee4d37cf81fa9ed0f89f7da90..fdb9fe31c76658e190def3c41a50bd3299eaf95b 100644
(file)
--- a/
gtk/theme/Adwaita/_common.scss
+++ b/
gtk/theme/Adwaita/_common.scss
@@
-1291,6
+1291,7
@@
combobox {
background-color: $bg_color;
}
+.toolbar,
toolbar {
@extend %toolbar;